tel2ip-routing
This command configures the Tel-to-IP Routing table, which lets you define Tel-to-IP routing rules.
Syntax
(config-voip)# gateway routing tel2ip-routing <Index> (tel2ip-routing-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
call-setup-rules-set-id |
Assigns a Call Setup Rule Set ID to the routing rule. |
charge-code-name |
Assigns a Charge Code to the routing rule for generating metering pulses (Advice of Charge). |
cost-group-id |
Assigns a Cost Group to the routing rule for determining the cost of the call (i.e., Least Cost Routing or LCR). |
dest-ip-group-name |
Assigns an IP Group to where you want to route the call. |
dest-sip-interface-name |
Assigns a SIP Interface to the routing rule. |
dst-ip-address |
Defines the IP address (in dotted-decimal notation or FQDN) to where the call is sent. |
dst-phone-pattern |
Defines the prefix and/or suffix of the called (destination) telephone number. |
dst-port |
Defines the destination port to where you want to route the call. |
forking-group |
Defines a Forking Group number for the routing rule. |
ip-profile-name |
Assigns an IP Profile to the routing rule in the outgoing direction. |
route-name |
Defines a descriptive name, which is used when associating the row in other tables. |
dst-phone-pattern |
Defines the prefix and/or suffix of the calling (source) telephone number. |
src-trunk-group-id |
Defines the Trunk Group from where the call is received. |
transport-type {not-configured|tcp|tls|udp} |
Defines the transport layer type used for routing the call. |
Command Mode
Privileged User
Example
This example configures a routing rule that routes calls from Trunk Group 1 to IP Group "ITSP":
(config-voip)# gateway routing tel2ip-routing 0 (tel2ip-routing-0)# name ITSP-to-PSTN (tel2ip-routing-0)# src-trunk-group-id 1 (tel2ip-routing-0)# dest-ip-group-name ITSP (tel2ip-routing-0)# activate